'Declaration
Public Property Center As DataPoint
'Usage
Dim instance As FlexMap(Of T) Dim value As DataPoint instance.Center = value value = instance.Center
public DataPoint Center {get; set;}
public read-write property Center: DataPoint;
public function get,set Center : DataPoint
public: __property DataPoint* get_Center(); public: __property void set_Center( DataPoint* value );
public: property DataPoint^ Center { DataPoint^ get(); void set ( DataPoint^ value); }